// First Zone Scale (line 1) & Time (line 2) & Next Zone Message Duration (line 3)
260
7200
1800
// Second Zone Scale (line 1) & Time (line 2) & Next Zone Message Duration (line 3)
140
3000
1200
// Third Zone Scale (line 1) & Time (line 2) & Next Zone Message Duration (line 3)
40
1800
600

// ZONE CONFIG SETTINGS
// This is a custom setting at the paid request of user buckjohnston as of Complex Control v5.12
// If you wish, you can customize the time it takes between each zones and their size here.
// If you want the default settings, delete this file or rename it, it will load the default settings.
// These settings are re-loaded every time you enter the character selection screen, so you can "edit them on the fly", ish.
// All zones are editable except the final (victory) zone.

// CONFIGURATION INSTRUCTIONS
// Line 1 - Scale is in diameter & meters. For instance adding 4 to this config will mean = 8 meters wide area in-game.
// Line 2 - Time value is 60 = 1 second. For instance: 50 seconds = 3000 (50x60)
// Line 3 - Next Zone Message Duration is the same as Zone Time. 1800 means the message will show 30 seconds before the next zone appears.

// Note: You need to put in numbers. The data type is float so you may use decimal numbers, IE 80.5

//--------------------------------------------------------------------------------------------------------------------
// DEFAULT CONFIGURATION SETTINGS RESTORE
// If you want to reset some settings to default, paste these at the top, Important to remove the "// " before numbers.
// Renaming or deleting this file will restore to default, too.

// First Zone Scale (line 1) & Time (line 2) & Next Zone Message Duration (line 3)
// 260
// 7200
// 1800
// Second Zone Scale (line 1) & Time (line 2) & Next Zone Message Duration (line 3)
// 140
// 3000
// 1200
// Third Zone Scale (line 1) & Time (line 2) & Next Zone Message Duration (line 3)
// 40
// 1800
// 600